Problem:
 a(x1) -> x1
 a(b(x1)) -> b(b(a(c(a(x1)))))
 c(c(b(x1))) -> a(x1)

Proof:
 Bounds Processor:
  bound: 1
  enrichment: match
  automaton:
   final states: {3,2}
   transitions:
    b1(14) -> 15*
    b1(13) -> 14*
    a1(10) -> 11*
    a1(12) -> 13*
    c1(11) -> 12*
    a0(1) -> 2*
    b0(1) -> 1*
    c0(1) -> 3*
    1 -> 10,2
    10 -> 11*
    12 -> 13*
    15 -> 11,2
  problem:
   
  Qed